PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableFormXObjectCell Class / setFormXObjectHeight Method
The height of the form XObject displayed in the cell.
In This Topic
    setFormXObjectHeight Method
    In This Topic
    Sets the form XObject height.
    If this value is 0, the height is computed automatically based on form XObject width in order to keep the original form XObject aspect ratio.
    Syntax
    public void setFormXObjectHeight( 
       double height
    )

    Parameters

    height
    The height of the form XObject displayed in the cell.
    See Also